CopyTo Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

NameDescription
Public methodCopyTo(array<T>[]())
Copies all the items in the list, in order, to array, starting at index 0.
Public methodCopyTo(array<T>[](), Int32)
Copies all the items in the collection into an array. Implemented by using the enumerator returned from GetEnumerator to get all the items and copy them to the provided array.
(Inherited from CollectionBase<(Of <T>)>.)
Public methodCopyTo(Int32, array<T>[](), Int32, Int32)
Copies a range of elements from the list to array, starting at arrayIndex.

See Also